home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Graphics & Multimedia / iDive.dmg / iDive.app / Contents / Resources / French.lproj / NewTapeDialog.nib / classes.nib next >
Text File  |  2006-01-19  |  677b  |  23 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {cancel = id; ok = id; }; 
  5.             CLASS = AFModalDialogController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {panel = id; }; 
  8.             SUPERCLASS = NSObject; 
  9.         }, 
  10.         {
  11.             CLASS = AFiDiveNewTapeController; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 libraryChooser = NSPopUpButton; 
  15.                 tapeNameField = NSTextField; 
  16.                 tapeNotesField = NSTextView; 
  17.             }; 
  18.             SUPERCLASS = AFModalDialogController; 
  19.         }, 
  20.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  21.     ); 
  22.     IBVersion = 1; 
  23. }